RoomInvitationHandler

fun interface RoomInvitationHandler

A class that provides the onResult() to handle information about room invitation

Since

1.10.1

Functions

onResult
Link copied to clipboard
abstract fun onResult(roomInvitation: RoomInvitation?, e: SendBirdException?)

A callback function that receives information about a room invitation or an error from Sendbird server.